home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / sound.ctl < prev    next >
Text File  |  2000-05-12  |  858b  |  42 lines

  1. -- RCSVER $Id: sound.ctl,v 1.1 2000-05-03 12:29:23-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        sound.ctl   
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the sound table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE sound
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     sound_class,
  18.     actual_sound,
  19.     config_num
  20. )
  21. begindata
  22. 0|1000|1|
  23. 8001|1009|1|
  24. 8002|1010|1|
  25. 8003|1010|1|
  26. 9001|1001|1|
  27. 9002|1002|1|
  28. 9003|1003|1|
  29. 9004|1004|1|
  30. 9005|1028|1|
  31. 9006|1019|1|
  32. 9007|1012|1|
  33. 9008|1008|1|
  34. 9009|1019|1|
  35. 9010|1023|1|
  36. 9011|1027|1|
  37. 9012|1024|1|
  38. 9013|1026|1|
  39. 9014|1016|1|
  40. 9015|1008|1|
  41. 9016|1016|1|
  42.